3.17.14 \(\int \frac {(a d e+(c d^2+a e^2) x+c d e x^2)^{3/2}}{(d+e x)^6} \, dx\)

Optimal. Leaf size=111 \[ \frac {4 c d \left (x \left (a e^2+c d^2\right )+a d e+c d e x^2\right )^{5/2}}{35 (d+e x)^5 \left (c d^2-a e^2\right )^2}+\frac {2 \left (x \left (a e^2+c d^2\right )+a d e+c d e x^2\right )^{5/2}}{7 (d+e x)^6 \left (c d^2-a e^2\right )} \]

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 111, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 37, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.054, Rules used = {658, 650} \begin {gather*} \frac {4 c d \left (x \left (a e^2+c d^2\right )+a d e+c d e x^2\right )^{5/2}}{35 (d+e x)^5 \left (c d^2-a e^2\right )^2}+\frac {2 \left (x \left (a e^2+c d^2\right )+a d e+c d e x^2\right )^{5/2}}{7 (d+e x)^6 \left (c d^2-a e^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(3/2)/(d + e*x)^6,x]

[Out]

(2*(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(5/2))/(7*(c*d^2 - a*e^2)*(d + e*x)^6) + (4*c*d*(a*d*e + (c*d^2 + a
*e^2)*x + c*d*e*x^2)^(5/2))/(35*(c*d^2 - a*e^2)^2*(d + e*x)^5)

Rule 650

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(e*(d + e*x)^m*(a +
b*x + c*x^2)^(p + 1))/((p + 1)*(2*c*d - b*e)), x] /; FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[b^2 - 4*a*c, 0] &&
 EqQ[c*d^2 - b*d*e + a*e^2, 0] &&  !IntegerQ[p] && EqQ[m + 2*p + 2, 0]

Rule 658

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> -Simp[(e*(d + e*x)^m*(a +
 b*x + c*x^2)^(p + 1))/((m + p + 1)*(2*c*d - b*e)), x] + Dist[(c*Simplify[m + 2*p + 2])/((m + p + 1)*(2*c*d -
b*e)), Int[(d + e*x)^(m + 1)*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[b^2 - 4*a*c
, 0] && EqQ[c*d^2 - b*d*e + a*e^2, 0] &&  !IntegerQ[p] && ILtQ[Simplify[m + 2*p + 2], 0]

Rubi steps

\begin {align*} \int \frac {\left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^{3/2}}{(d+e x)^6} \, dx &=\frac {2 \left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^{5/2}}{7 \left (c d^2-a e^2\right ) (d+e x)^6}+\frac {(2 c d) \int \frac {\left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^{3/2}}{(d+e x)^5} \, dx}{7 \left (c d^2-a e^2\right )}\\ &=\frac {2 \left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^{5/2}}{7 \left (c d^2-a e^2\right ) (d+e x)^6}+\frac {4 c d \left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^{5/2}}{35 \left (c d^2-a e^2\right )^2 (d+e x)^5}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 61, normalized size = 0.55 \begin {gather*} \frac {2 ((d+e x) (a e+c d x))^{5/2} \left (c d (7 d+2 e x)-5 a e^2\right )}{35 (d+e x)^6 \left (c d^2-a e^2\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(3/2)/(d + e*x)^6,x]

[Out]

(2*((a*e + c*d*x)*(d + e*x))^(5/2)*(-5*a*e^2 + c*d*(7*d + 2*e*x)))/(35*(c*d^2 - a*e^2)^2*(d + e*x)^6)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 180.04, size = 0, normalized size = 0.00 \begin {gather*} \text {\$Aborted} \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^(3/2)/(d + e*x)^6,x]

[Out]

$Aborted

________________________________________________________________________________________

fricas [B]  time = 3.33, size = 275, normalized size = 2.48 \begin {gather*} \frac {2 \, {\left (2 \, c^{3} d^{3} e x^{3} + 7 \, a^{2} c d^{2} e^{2} - 5 \, a^{3} e^{4} + {\left (7 \, c^{3} d^{4} - a c^{2} d^{2} e^{2}\right )} x^{2} + 2 \, {\left (7 \, a c^{2} d^{3} e - 4 \, a^{2} c d e^{3}\right )} x\right )} \sqrt {c d e x^{2} + a d e + {\left (c d^{2} + a e^{2}\right )} x}}{35 \, {\left (c^{2} d^{8} - 2 \, a c d^{6} e^{2} + a^{2} d^{4} e^{4} + {\left (c^{2} d^{4} e^{4} - 2 \, a c d^{2} e^{6} + a^{2} e^{8}\right )} x^{4} + 4 \, {\left (c^{2} d^{5} e^{3} - 2 \, a c d^{3} e^{5} + a^{2} d e^{7}\right )} x^{3} + 6 \, {\left (c^{2} d^{6} e^{2} - 2 \, a c d^{4} e^{4} + a^{2} d^{2} e^{6}\right )} x^{2} + 4 \, {\left (c^{2} d^{7} e - 2 \, a c d^{5} e^{3} + a^{2} d^{3} e^{5}\right )} x\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(3/2)/(e*x+d)^6,x, algorithm="fricas")

[Out]

2/35*(2*c^3*d^3*e*x^3 + 7*a^2*c*d^2*e^2 - 5*a^3*e^4 + (7*c^3*d^4 - a*c^2*d^2*e^2)*x^2 + 2*(7*a*c^2*d^3*e - 4*a
^2*c*d*e^3)*x)*sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)/(c^2*d^8 - 2*a*c*d^6*e^2 + a^2*d^4*e^4 + (c^2*d^4*e
^4 - 2*a*c*d^2*e^6 + a^2*e^8)*x^4 + 4*(c^2*d^5*e^3 - 2*a*c*d^3*e^5 + a^2*d*e^7)*x^3 + 6*(c^2*d^6*e^2 - 2*a*c*d
^4*e^4 + a^2*d^2*e^6)*x^2 + 4*(c^2*d^7*e - 2*a*c*d^5*e^3 + a^2*d^3*e^5)*x)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: NotImplementedError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(3/2)/(e*x+d)^6,x, algorithm="giac")

[Out]

Exception raised: NotImplementedError >> Unable to parse Giac output: 2*((15*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp
(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^9*a^5*exp(2)^5+45*c*d^2*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c
*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^9*a^4*exp(2)^4-120*c*d^2*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2
*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^9*a^4*exp(2)^3+30*c^2*d^4*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+
c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^9*a^3*exp(2)^3-120*c^2*d^4*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*
d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^9*a^3*exp(2)^2+240*c^2*d^4*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*
x^2*exp(1))-sqrt(c*d*exp(1))*x)^9*a^3*exp(2)-30*c^3*d^6*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*e
xp(1))-sqrt(c*d*exp(1))*x)^9*a^2*exp(2)^2+120*c^3*d^6*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp
(1))-sqrt(c*d*exp(1))*x)^9*a^2*exp(2)-240*c^3*d^6*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))
-sqrt(c*d*exp(1))*x)^9*a^2-45*c^4*d^8*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*ex
p(1))*x)^9*a*exp(2)+120*c^4*d^8*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*
x)^9*a-15*c^5*d^10*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^9-135*d*ex
p(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^8*a^5*exp(2)^5
-405*c*d^3*exp(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^8
*a^4*exp(2)^4+1080*c*d^3*exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*
d*exp(1))*x)^8*a^4*exp(2)^3+1010*c^2*d^5*exp(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2
*exp(1))-sqrt(c*d*exp(1))*x)^8*a^3*exp(2)^3-2760*c^2*d^5*exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)
+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^8*a^3*exp(2)^2+1680*c^2*d^5*exp(1)^8*sqrt(c*d*exp(1))*(sqrt(a*d*e
xp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^8*a^3*exp(2)-1280*c^2*d^5*exp(1)^10*sqrt(c*d*exp(
1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^8*a^3+270*c^3*d^7*exp(1)^4*sqrt(c*
d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^8*a^2*exp(2)^2-1080*c^3*d^7*
exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^8*a^2*exp(2)
+2160*c^3*d^7*exp(1)^8*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x
)^8*a^2+405*c^4*d^9*exp(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp
(1))*x)^8*a*exp(2)-1080*c^4*d^9*exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-
sqrt(c*d*exp(1))*x)^8*a+135*c^5*d^11*exp(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp
(1))-sqrt(c*d*exp(1))*x)^8+70*d*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*
x)^7*a^6*exp(2)^6-70*d*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^6*
exp(2)^5+750*c*d^3*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^5*exp(
2)^5-770*c*d^3*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^5*exp(2)^4
+560*c*d^3*exp(1)^8*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^5*exp(2)^3-208
0*c^2*d^5*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^4*exp(2)^4+6500
*c^2*d^5*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^4*exp(2)^3-9840*
c^2*d^5*exp(1)^8*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^4*exp(2)^2+2720*c
^2*d^5*exp(1)^10*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^4*exp(2)-5460*c^3
*d^7*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^3*exp(2)^3+15580*c^3
*d^7*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^3*exp(2)^2-12240*c^3
*d^7*exp(1)^8*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^3*exp(2)+7520*c^3*d^
7*exp(1)^10*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^3-1290*c^4*d^9*exp(1)^
4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^2*exp(2)^2+5090*c^4*d^9*exp(1)^6
*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^2*exp(2)-9200*c^4*d^9*exp(1)^8*(s
qrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a^2-1690*c^5*d^11*exp(1)^4*(sqrt(a*d*e
xp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a*exp(2)+4390*c^5*d^11*exp(1)^6*(sqrt(a*d*exp(1
)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7*a-540*c^6*d^13*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)
+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^7-490*d^2*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c
*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^6*exp(2)^6+490*d^2*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a
*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^6*exp(2)^5+2390*c*d^4*exp(1)^3*sqrt(c*d*exp(1))*(sqr
t(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^5*exp(2)^5-9970*c*d^4*exp(1)^5*sqrt(c*
d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^5*exp(2)^4+11440*c*d^4*e
xp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^5*exp(2)^
3-5120*c*d^4*exp(1)^9*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)
^6*a^5*exp(2)^2+11880*c^2*d^6*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sq
rt(c*d*exp(1))*x)^6*a^4*exp(2)^4-34940*c^2*d^6*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c
*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^4*exp(2)^3+38160*c^2*d^6*exp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x
*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^4*exp(2)^2-8800*c^2*d^6*exp(1)^9*sqrt(c*d*exp(1))*(sqr
t(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^4*exp(2)+12540*c^3*d^8*exp(1)^3*sqrt(c
*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^3*exp(2)^3-37060*c^3*d^
8*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^3*exp(
2)^2+33840*c^3*d^8*exp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(
1))*x)^6*a^3*exp(2)-21920*c^3*d^8*exp(1)^9*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1)
)-sqrt(c*d*exp(1))*x)^6*a^3+3990*c^4*d^10*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^
2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^2*exp(2)^2-15470*c^4*d^10*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp
(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^2*exp(2)+24080*c^4*d^10*exp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*
d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a^2+4270*c^5*d^12*exp(1)^3*sqrt(c*d*exp(1))*
(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a*exp(2)-10570*c^5*d^12*exp(1)^5*sqr
t(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6*a+1260*c^6*d^14*exp(1)
^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^6+128*d^2*exp(1)^3
*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^7*exp(2)^7-256*d^2*exp(1)^5*(sqrt
(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^7*exp(2)^6+128*d^2*exp(1)^7*(sqrt(a*d*e
xp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^7*exp(2)^5-1730*c*d^4*exp(1)^3*(sqrt(a*d*exp(
1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^6*exp(2)^6+7490*c*d^4*exp(1)^5*(sqrt(a*d*exp(1)+
a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^6*exp(2)^5-8320*c*d^4*exp(1)^7*(sqrt(a*d*exp(1)+a*x
*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^6*exp(2)^4+2560*c*d^4*exp(1)^9*(sqrt(a*d*exp(1)+a*x*ex
p(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^6*exp(2)^3-11620*c^2*d^6*exp(1)^3*(sqrt(a*d*exp(1)+a*x*ex
p(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^5*exp(2)^5+35030*c^2*d^6*exp(1)^5*(sqrt(a*d*exp(1)+a*x*ex
p(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^5*exp(2)^4-33040*c^2*d^6*exp(1)^7*(sqrt(a*d*exp(1)+a*x*ex
p(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^5*exp(2)^3+7680*c^2*d^6*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp
(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^5*exp(2)^2+3840*c^2*d^6*exp(1)^11*(sqrt(a*d*exp(1)+a*x*exp
(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^5*exp(2)-23390*c^3*d^8*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2
)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^4*exp(2)^4+68740*c^3*d^8*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2
)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^4*exp(2)^3-69680*c^3*d^8*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2
)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^4*exp(2)^2+18720*c^3*d^8*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2
)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^4*exp(2)-3840*c^3*d^8*exp(1)^11*(sqrt(a*d*exp(1)+a*x*exp(2)+
c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^4-17720*c^4*d^10*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+
c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^3*exp(2)^3+55900*c^4*d^10*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x
+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^3*exp(2)^2-62000*c^4*d^10*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*
x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^3*exp(2)+42720*c^4*d^10*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x
+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^5*a^3-8318*c^5*d^12*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*
exp(1))-sqrt(c*d*exp(1))*x)^5*a^2*exp(2)^2+31546*c^5*d^12*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2
*exp(1))-sqrt(c*d*exp(1))*x)^5*a^2*exp(2)-42128*c^5*d^12*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*
exp(1))-sqrt(c*d*exp(1))*x)^5*a^2-7140*c^6*d^14*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-s
qrt(c*d*exp(1))*x)^5*a*exp(2)+16590*c^6*d^14*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt
(c*d*exp(1))*x)^5*a-1890*c^7*d^16*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1)
)*x)^5+640*d^3*exp(1)^2*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*
x)^4*a^7*exp(2)^7-2560*d^3*exp(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(
c*d*exp(1))*x)^4*a^7*exp(2)^6+3200*d^3*exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*e
xp(1))-sqrt(c*d*exp(1))*x)^4*a^7*exp(2)^5-1280*d^3*exp(1)^8*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2
*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^7*exp(2)^4+5870*c*d^5*exp(1)^2*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*
x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^6*exp(2)^6-16750*c*d^5*exp(1)^4*sqrt(c*d*exp(1))*(sqr
t(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^6*exp(2)^5+10880*c*d^5*exp(1)^6*sqrt(c
*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^6*exp(2)^4+2560*c*d^5*e
xp(1)^8*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^6*exp(2)^
3-2560*c*d^5*exp(1)^10*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x
)^4*a^6*exp(2)^2+18920*c^2*d^7*exp(1)^2*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-s
qrt(c*d*exp(1))*x)^4*a^5*exp(2)^5-54970*c^2*d^7*exp(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+
c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^5*exp(2)^4+53360*c^2*d^7*exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*
x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^5*exp(2)^3-15360*c^2*d^7*exp(1)^8*sqrt(c*d*exp(1))*(s
qrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^5*exp(2)^2-1280*c^2*d^7*exp(1)^10*sq
rt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^5*exp(2)-2560*c^2*d
^7*exp(1)^12*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^5+26
550*c^3*d^9*exp(1)^2*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^
4*a^4*exp(2)^4-81980*c^3*d^9*exp(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqr
t(c*d*exp(1))*x)^4*a^4*exp(2)^3+89680*c^3*d^9*exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*
d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^4*exp(2)^2-41440*c^3*d^9*exp(1)^8*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*
exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^4*exp(2)+16640*c^3*d^9*exp(1)^10*sqrt(c*d*exp(1))*(sqrt
(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^4+18400*c^4*d^11*exp(1)^2*sqrt(c*d*exp(
1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^3*exp(2)^3-64420*c^4*d^11*exp(
1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^3*exp(2)^2+8
6800*c^4*d^11*exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x
)^4*a^3*exp(2)-59680*c^4*d^11*exp(1)^8*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sq
rt(c*d*exp(1))*x)^4*a^3+11770*c^5*d^13*exp(1)^2*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*e
xp(1))-sqrt(c*d*exp(1))*x)^4*a^2*exp(2)^2-43350*c^5*d^13*exp(1)^4*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)
+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^2*exp(2)+50480*c^5*d^13*exp(1)^6*sqrt(c*d*exp(1))*(sqrt(a*d*e
xp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a^2+8120*c^6*d^15*exp(1)^2*sqrt(c*d*exp(1))*(sq
rt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a*exp(2)-17570*c^6*d^15*exp(1)^4*sqrt(c
*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4*a+1890*c^7*d^17*exp(1)^2*
sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^4-70*d^3*exp(1)^2*(sq
rt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^8*exp(2)^8+210*d^3*exp(1)^4*(sqrt(a*d
*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^8*exp(2)^7-210*d^3*exp(1)^6*(sqrt(a*d*exp(1
)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^8*exp(2)^6+70*d^3*exp(1)^8*(sqrt(a*d*exp(1)+a*x*e
xp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^8*exp(2)^5-1490*c*d^5*exp(1)^2*(sqrt(a*d*exp(1)+a*x*exp(
2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^7*exp(2)^7+3750*c*d^5*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+
c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^7*exp(2)^6-1030*c*d^5*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d
^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^7*exp(2)^5-3230*c*d^5*exp(1)^8*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*
x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^7*exp(2)^4+2000*c*d^5*exp(1)^10*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+
c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^7*exp(2)^3-7930*c^2*d^7*exp(1)^2*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c
*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^6*exp(2)^6+22850*c^2*d^7*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c
*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^6*exp(2)^5-22420*c^2*d^7*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c
*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^6*exp(2)^4+12860*c^2*d^7*exp(1)^8*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c
*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^6*exp(2)^3-7760*c^2*d^7*exp(1)^10*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c
*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^6*exp(2)^2+2400*c^2*d^7*exp(1)^12*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c
*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^6*exp(2)-18130*c^3*d^9*exp(1)^2*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d
*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^5*exp(2)^5+57830*c^3*d^9*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d
*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^5*exp(2)^4-69340*c^3*d^9*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d
*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^5*exp(2)^3+38340*c^3*d^9*exp(1)^8*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d
*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^5*exp(2)^2-15280*c^3*d^9*exp(1)^10*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*
d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^5*exp(2)+7840*c^3*d^9*exp(1)^12*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*
x^2*exp(1))-sqrt(c*d*exp(1))*x)^3*a^5-20550*c^4*d^11*exp(1)^2*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(
1))-sqrt(c*d*exp(1))*x)^3*a^4*exp(2)^4+70470*c^4*d^11*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp
(1))-sqrt(c*d*exp(1))*x)^3*a^4*exp(2)^3-93770*c^4*d^11*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*ex
p(1))-sqrt(c*d*exp(1))*x)^3*a^4*exp(2)^2+67710*c^4*d^11*exp(1)^8*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*e
xp(1))-sqrt(c*d*exp(1))*x)^3*a^4*exp(2)-30160*c^4*d^11*exp(1)^10*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*e
xp(1))-sqrt(c*d*exp(1))*x)^3*a^4-15110*c^5*d^13*exp(1)^2*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-s
qrt(c*d*exp(1))*x)^3*a^3*exp(2)^3+59010*c^5*d^13*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-
sqrt(c*d*exp(1))*x)^3*a^3*exp(2)^2-89630*c^5*d^13*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))
-sqrt(c*d*exp(1))*x)^3*a^3*exp(2)+58330*c^5*d^13*exp(1)^8*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-
sqrt(c*d*exp(1))*x)^3*a^3-11150*c^6*d^15*exp(1)^2*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d
*exp(1))*x)^3*a^2*exp(2)^2+39590*c^6*d^15*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*
d*exp(1))*x)^3*a^2*exp(2)-41040*c^6*d^15*exp(1)^6*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d
*exp(1))*x)^3*a^2-6230*c^7*d^17*exp(1)^2*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*
x)^3*a*exp(2)+12530*c^7*d^17*exp(1)^4*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^
3*a-1260*c^8*d^19*exp(1)^2*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^3+210*d^4*e
xp(1)*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^8*exp(2)^8-
630*d^4*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^
8*exp(2)^7+630*d^4*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(
1))*x)^2*a^8*exp(2)^6-210*d^4*exp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sq
rt(c*d*exp(1))*x)^2*a^8*exp(2)^5+1910*c*d^6*exp(1)*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^
2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^7*exp(2)^7-6130*c*d^6*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+
c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^7*exp(2)^6+8210*c*d^6*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(
1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^7*exp(2)^5-8230*c*d^6*exp(1)^7*sqrt(c*d*exp(1))*
(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^7*exp(2)^4+6800*c*d^6*exp(1)^9*sqr
t(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^7*exp(2)^3-2560*c*d^
6*exp(1)^11*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^7*exp
(2)^2+6630*c^2*d^8*exp(1)*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1)
)*x)^2*a^6*exp(2)^6-23230*c^2*d^8*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1)
)-sqrt(c*d*exp(1))*x)^2*a^6*exp(2)^5+33980*c^2*d^8*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2
*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^6*exp(2)^4-28340*c^2*d^8*exp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)
+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^6*exp(2)^3+13040*c^2*d^8*exp(1)^9*sqrt(c*d*exp(1))
*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^6*exp(2)^2-2080*c^2*d^8*exp(1)^11
*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^6*exp(2)+11270*c
^3*d^10*exp(1)*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^5*
exp(2)^5-41050*c^3*d^10*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d
*exp(1))*x)^2*a^5*exp(2)^4+60500*c^3*d^10*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^
2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^5*exp(2)^3-48460*c^3*d^10*exp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp
(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^5*exp(2)^2+27920*c^3*d^10*exp(1)^9*sqrt(c*d*exp(1))*(sqrt(
a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^5*exp(2)-10720*c^3*d^10*exp(1)^11*sqrt(c
*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^5+11450*c^4*d^12*exp(1)
*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^4*exp(2)^4-45250
*c^4*d^12*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*
a^4*exp(2)^3+74270*c^4*d^12*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt
(c*d*exp(1))*x)^2*a^4*exp(2)^2-66810*c^4*d^12*exp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*
d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^4*exp(2)+29040*c^4*d^12*exp(1)^9*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*e
xp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^4+9330*c^5*d^14*exp(1)*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)
+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^3*exp(2)^3-39190*c^5*d^14*exp(1)^3*sqrt(c*d*exp(1)
)*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^3*exp(2)^2+61850*c^5*d^14*exp(1)
^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^3*exp(2)-37390
*c^5*d^14*exp(1)^7*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*
a^3+6770*c^6*d^16*exp(1)*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))
*x)^2*a^2*exp(2)^2-23050*c^6*d^16*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1)
)-sqrt(c*d*exp(1))*x)^2*a^2*exp(2)+21680*c^6*d^16*exp(1)^5*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*
x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a^2+3090*c^7*d^18*exp(1)*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+
c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a*exp(2)-5790*c^7*d^18*exp(1)^3*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1
)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2*a+540*c^8*d^20*exp(1)*sqrt(c*d*exp(1))*(sqrt(a*d*ex
p(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2-15*d^4*exp(1)*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*
x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^9*exp(2)^9+60*d^4*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2
*exp(1))-sqrt(c*d*exp(1))*x)*a^9*exp(2)^8-90*d^4*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-
sqrt(c*d*exp(1))*x)*a^9*exp(2)^7+60*d^4*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*
exp(1))*x)*a^9*exp(2)^6-15*d^4*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x
)*a^9*exp(2)^5-255*c*d^6*exp(1)*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^8*ex
p(2)^8+930*c*d^6*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^8*exp(2)^7
-1380*c*d^6*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^8*exp(2)^6+1110
*c*d^6*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^8*exp(2)^5-525*c*d^6
*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^8*exp(2)^4+120*c*d^6*exp(1
)^11*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^8*exp(2)^3-1300*c^2*d^8*exp(1)*
(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^7*exp(2)^7+5090*c^2*d^8*exp(1)^3*(sq
rt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^7*exp(2)^6-8470*c^2*d^8*exp(1)^5*(sqrt(
a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^7*exp(2)^5+7470*c^2*d^8*exp(1)^7*(sqrt(a*d
*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^7*exp(2)^4-2350*c^2*d^8*exp(1)^9*(sqrt(a*d*ex
p(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^7*exp(2)^3-1480*c^2*d^8*exp(1)^11*(sqrt(a*d*exp(
1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^7*exp(2)^2+1040*c^2*d^8*exp(1)^13*(sqrt(a*d*exp(1)
+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^7*exp(2)-3100*c^3*d^10*exp(1)*(sqrt(a*d*exp(1)+a*x*e
xp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^6*exp(2)^6+12450*c^3*d^10*exp(1)^3*(sqrt(a*d*exp(1)+a*x*ex
p(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^6*exp(2)^5-20920*c^3*d^10*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp
(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^6*exp(2)^4+18860*c^3*d^10*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(
2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^6*exp(2)^3-9810*c^3*d^10*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2)
+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^6*exp(2)^2+3560*c^3*d^10*exp(1)^11*(sqrt(a*d*exp(1)+a*x*exp(2)+
c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^6*exp(2)-1040*c^3*d^10*exp(1)^13*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d
^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^6-4330*c^4*d^12*exp(1)*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*
exp(1))-sqrt(c*d*exp(1))*x)*a^5*exp(2)^5+18250*c^4*d^12*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*e
xp(1))-sqrt(c*d*exp(1))*x)*a^5*exp(2)^4-33030*c^4*d^12*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*ex
p(1))-sqrt(c*d*exp(1))*x)*a^5*exp(2)^3+34760*c^4*d^12*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp
(1))-sqrt(c*d*exp(1))*x)*a^5*exp(2)^2-23555*c^4*d^12*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(
1))-sqrt(c*d*exp(1))*x)*a^5*exp(2)+8040*c^4*d^12*exp(1)^11*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))
-sqrt(c*d*exp(1))*x)*a^5-4370*c^5*d^14*exp(1)*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp
(1))*x)*a^4*exp(2)^4+19830*c^5*d^14*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(
1))*x)*a^4*exp(2)^3-37540*c^5*d^14*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1
))*x)*a^4*exp(2)^2+36350*c^5*d^14*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1)
)*x)*a^4*exp(2)-14945*c^5*d^14*exp(1)^9*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x
)*a^4-3700*c^6*d^16*exp(1)*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^3*exp(2)^
3+15990*c^6*d^16*exp(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^3*exp(2)^2
-24970*c^6*d^16*exp(1)^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^3*exp(2)+14
030*c^6*d^16*exp(1)^7*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^3-2380*c^7*d^1
8*exp(1)*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^2*exp(2)^2+7750*c^7*d^18*ex
p(1)^3*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^2*exp(2)-6720*c^7*d^18*exp(1)
^5*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a^2-895*c^8*d^20*exp(1)*(sqrt(a*d*e
xp(1)+a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a*exp(2)+1570*c^8*d^20*exp(1)^3*(sqrt(a*d*exp(1)+
a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*a-135*c^9*d^22*exp(1)*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2
*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)+15*d^5*sqrt(c*d*exp(1))*a^9*exp(2)^9-60*d^5*exp(1)^2*sqrt(c*d*exp(1))*a
^9*exp(2)^8+90*d^5*exp(1)^4*sqrt(c*d*exp(1))*a^9*exp(2)^7-60*d^5*exp(1)^6*sqrt(c*d*exp(1))*a^9*exp(2)^6+15*d^5
*exp(1)^8*sqrt(c*d*exp(1))*a^9*exp(2)^5+115*c*d^7*sqrt(c*d*exp(1))*a^8*exp(2)^8-510*c*d^7*exp(1)^2*sqrt(c*d*ex
p(1))*a^8*exp(2)^7+960*c*d^7*exp(1)^4*sqrt(c*d*exp(1))*a^8*exp(2)^6-970*c*d^7*exp(1)^6*sqrt(c*d*exp(1))*a^8*ex
p(2)^5+525*c*d^7*exp(1)^8*sqrt(c*d*exp(1))*a^8*exp(2)^4-120*c*d^7*exp(1)^10*sqrt(c*d*exp(1))*a^8*exp(2)^3+368*
c^2*d^9*sqrt(c*d*exp(1))*a^7*exp(2)^7-1686*c^2*d^9*exp(1)^2*sqrt(c*d*exp(1))*a^7*exp(2)^6+3338*c^2*d^9*exp(1)^
4*sqrt(c*d*exp(1))*a^7*exp(2)^5-3690*c^2*d^9*exp(1)^6*sqrt(c*d*exp(1))*a^7*exp(2)^4+2510*c^2*d^9*exp(1)^8*sqrt
(c*d*exp(1))*a^7*exp(2)^3-1336*c^2*d^9*exp(1)^10*sqrt(c*d*exp(1))*a^7*exp(2)^2+752*c^2*d^9*exp(1)^12*sqrt(c*d*
exp(1))*a^7*exp(2)-256*c^2*d^9*exp(1)^14*sqrt(c*d*exp(1))*a^7+680*c^3*d^11*sqrt(c*d*exp(1))*a^6*exp(2)^6-3230*
c^3*d^11*exp(1)^2*sqrt(c*d*exp(1))*a^6*exp(2)^5+6800*c^3*d^11*exp(1)^4*sqrt(c*d*exp(1))*a^6*exp(2)^4-8500*c^3*
d^11*exp(1)^6*sqrt(c*d*exp(1))*a^6*exp(2)^3+7090*c^3*d^11*exp(1)^8*sqrt(c*d*exp(1))*a^6*exp(2)^2-3880*c^3*d^11
*exp(1)^10*sqrt(c*d*exp(1))*a^6*exp(2)+1040*c^3*d^11*exp(1)^12*sqrt(c*d*exp(1))*a^6+870*c^4*d^13*sqrt(c*d*exp(
1))*a^5*exp(2)^5-4350*c^4*d^13*exp(1)^2*sqrt(c*d*exp(1))*a^5*exp(2)^4+9550*c^4*d^13*exp(1)^4*sqrt(c*d*exp(1))*
a^5*exp(2)^3-11840*c^4*d^13*exp(1)^6*sqrt(c*d*exp(1))*a^5*exp(2)^2+8355*c^4*d^13*exp(1)^8*sqrt(c*d*exp(1))*a^5
*exp(2)-2600*c^4*d^13*exp(1)^10*sqrt(c*d*exp(1))*a^5+870*c^5*d^15*sqrt(c*d*exp(1))*a^4*exp(2)^4-4330*c^5*d^15*
exp(1)^2*sqrt(c*d*exp(1))*a^4*exp(2)^3+8720*c^5*d^15*exp(1)^4*sqrt(c*d*exp(1))*a^4*exp(2)^2-8450*c^5*d^15*exp(
1)^6*sqrt(c*d*exp(1))*a^4*exp(2)+3265*c^5*d^15*exp(1)^8*sqrt(c*d*exp(1))*a^4+680*c^6*d^17*sqrt(c*d*exp(1))*a^3
*exp(2)^3-2930*c^6*d^17*exp(1)^2*sqrt(c*d*exp(1))*a^3*exp(2)^2+4430*c^6*d^17*exp(1)^4*sqrt(c*d*exp(1))*a^3*exp
(2)-2330*c^6*d^17*exp(1)^6*sqrt(c*d*exp(1))*a^3+368*c^7*d^19*sqrt(c*d*exp(1))*a^2*exp(2)^2-1146*c^7*d^19*exp(1
)^2*sqrt(c*d*exp(1))*a^2*exp(2)+928*c^7*d^19*exp(1)^4*sqrt(c*d*exp(1))*a^2+115*c^8*d^21*sqrt(c*d*exp(1))*a*exp
(2)-190*c^8*d^21*exp(1)^2*sqrt(c*d*exp(1))*a+15*c^9*d^23*sqrt(c*d*exp(1)))/(-1280*d^3*exp(1)^3*a^3*exp(2)^3+38
40*d^3*exp(1)^5*a^3*exp(2)^2-3840*d^3*exp(1)^7*a^3*exp(2)+1280*d^3*exp(1)^9*a^3)/(-exp(1)*(sqrt(a*d*exp(1)+a*x
*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)^2+2*d*sqrt(c*d*exp(1))*(sqrt(a*d*exp(1)+a*x*exp(2)+c*d^2*x
+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)-d*a*exp(2)+d*exp(1)^2*a-c*d^3)^5+(3*a^5*exp(2)^5+9*c*d^2*a^4*exp(2)^4-24*
c*d^2*exp(1)^2*a^4*exp(2)^3+6*c^2*d^4*a^3*exp(2)^3-24*c^2*d^4*exp(1)^2*a^3*exp(2)^2+48*c^2*d^4*exp(1)^4*a^3*ex
p(2)-6*c^3*d^6*a^2*exp(2)^2+24*c^3*d^6*exp(1)^2*a^2*exp(2)-48*c^3*d^6*exp(1)^4*a^2-9*c^4*d^8*a*exp(2)+24*c^4*d
^8*exp(1)^2*a-3*c^5*d^10)/2/(128*d^3*exp(1)^2*a^3*exp(2)^3-384*d^3*exp(1)^4*a^3*exp(2)^2+384*d^3*exp(1)^6*a^3*
exp(2)-128*d^3*exp(1)^8*a^3)/sqrt(-a*d*exp(1)^3+a*d*exp(1)*exp(2))*atan((-d*sqrt(c*d*exp(1))+(sqrt(a*d*exp(1)+
a*x*exp(2)+c*d^2*x+c*d*x^2*exp(1))-sqrt(c*d*exp(1))*x)*exp(1))/sqrt(-a*d*exp(1)^3+a*d*exp(1)*exp(2))))

________________________________________________________________________________________

maple [A]  time = 0.05, size = 90, normalized size = 0.81 \begin {gather*} -\frac {2 \left (c d x +a e \right ) \left (-2 c d e x +5 a \,e^{2}-7 c \,d^{2}\right ) \left (c d e \,x^{2}+a \,e^{2} x +c \,d^{2} x +a d e \right )^{\frac {3}{2}}}{35 \left (e x +d \right )^{5} \left (a^{2} e^{4}-2 a c \,d^{2} e^{2}+c^{2} d^{4}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*d*e*x^2+a*d*e+(a*e^2+c*d^2)*x)^(3/2)/(e*x+d)^6,x)

[Out]

-2/35*(c*d*x+a*e)*(-2*c*d*e*x+5*a*e^2-7*c*d^2)*(c*d*e*x^2+a*e^2*x+c*d^2*x+a*d*e)^(3/2)/(e*x+d)^5/(a^2*e^4-2*a*
c*d^2*e^2+c^2*d^4)

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: ValueError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(3/2)/(e*x+d)^6,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*e^2-c*d^2>0)', see `assume?`
 for more details)Is a*e^2-c*d^2 zero or nonzero?

________________________________________________________________________________________

mupad [B]  time = 2.77, size = 1477, normalized size = 13.31

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(3/2)/(d + e*x)^6,x)

[Out]

(((d*((4*c^3*d^4)/(7*(a*e^2 - c*d^2)*(5*a*e^3 - 5*c*d^2*e)) - (2*c^2*d^2*(5*a*e^2 - c*d^2))/(7*(a*e^2 - c*d^2)
*(5*a*e^3 - 5*c*d^2*e))))/e + (2*a*c^2*d^3*e^2 - 2*c^3*d^5 + 4*a^2*c*d*e^4)/(7*e*(a*e^2 - c*d^2)*(5*a*e^3 - 5*
c*d^2*e)))*(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(d + e*x)^3 - (((14*c^3*d^4 - 34*a*c^2*d^2*e^2)/(35*
e*(a*e^2 - c*d^2)*(3*a*e^3 - 3*c*d^2*e)) + (4*c^3*d^4)/(7*e*(a*e^2 - c*d^2)*(3*a*e^3 - 3*c*d^2*e)))*(x*(a*e^2
+ c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(d + e*x)^2 - (((d*((56*c^4*d^5 - 72*a*c^3*d^3*e^2)/(35*(a*e^2 - c*d^2)^2
*(3*a*e^3 - 3*c*d^2*e)) + (8*c^4*d^5)/(35*(a*e^2 - c*d^2)^2*(3*a*e^3 - 3*c*d^2*e))))/e + (8*a*c^2*d^2*e*(8*a*e
^2 - 7*c*d^2))/(35*(a*e^2 - c*d^2)^2*(3*a*e^3 - 3*c*d^2*e)))*(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(d
 + e*x)^2 + (((d*((16*c^5*d^6)/(105*e*(a*e^2 - c*d^2)^4) - (8*c^4*d^4*(19*a*e^2 - 15*c*d^2))/(105*e*(a*e^2 - c
*d^2)^4)))/e + (8*c^3*d^3*(9*a^2*e^4 - 8*c^2*d^4 + a*c*d^2*e^2))/(105*e^2*(a*e^2 - c*d^2)^4))*(x*(a*e^2 + c*d^
2) + a*d*e + c*d*e*x^2)^(1/2))/(d + e*x) - (((2*a^2*e^3)/(7*a*e^3 - 7*c*d^2*e) + (d*((2*c^2*d^3)/(7*a*e^3 - 7*
c*d^2*e) - (4*a*c*d*e^2)/(7*a*e^3 - 7*c*d^2*e)))/e)*(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(d + e*x)^4
 - (((28*c^4*d^5 - 36*a*c^3*d^3*e^2)/(35*e^2*(a*e^2 - c*d^2)^3) + (8*c^4*d^5)/(35*e^2*(a*e^2 - c*d^2)^3))*(x*(
a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(d + e*x) - (((d*((16*c^5*d^6)/(105*e*(a*e^2 - c*d^2)^4) - (16*c^4*
d^4*(11*a*e^2 - 9*c*d^2))/(105*e*(a*e^2 - c*d^2)^4)))/e + (16*a*c^3*d^3*(10*a*e^2 - 9*c*d^2))/(105*(a*e^2 - c*
d^2)^4))*(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(d + e*x) - (((d*((16*c^3*d^4 - 24*a*c^2*d^2*e^2)/(7*(
a*e^2 - c*d^2)*(5*a*e^3 - 5*c*d^2*e)) + (4*c^3*d^4)/(7*(a*e^2 - c*d^2)*(5*a*e^3 - 5*c*d^2*e))))/e + (4*a*c*d*e
*(5*a*e^2 - 4*c*d^2))/(7*(a*e^2 - c*d^2)*(5*a*e^3 - 5*c*d^2*e)))*(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2)
)/(d + e*x)^3 + (((d*((8*c^4*d^5)/(35*(a*e^2 - c*d^2)^2*(3*a*e^3 - 3*c*d^2*e)) - (4*c^3*d^3*(13*a*e^2 - 9*c*d^
2))/(35*(a*e^2 - c*d^2)^2*(3*a*e^3 - 3*c*d^2*e))))/e + (4*a*c^3*d^4*e^2 - 20*c^4*d^6 + 24*a^2*c^2*d^2*e^4)/(35
*e*(a*e^2 - c*d^2)^2*(3*a*e^3 - 3*c*d^2*e)))*(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(d + e*x)^2 - (8*c
^3*d^3*(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^(1/2))/(105*e^2*(a*e^2 - c*d^2)^2*(d + e*x))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (\left (d + e x\right ) \left (a e + c d x\right )\right )^{\frac {3}{2}}}{\left (d + e x\right )^{6}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**(3/2)/(e*x+d)**6,x)

[Out]

Integral(((d + e*x)*(a*e + c*d*x))**(3/2)/(d + e*x)**6, x)

________________________________________________________________________________________